Arachne built-in editor


Input fields and text windows are edited using built-in Arachne editor. In editor, you can use standard editing keys (cursor keys, <Backspace>, <Delete>, <Home>, <End>, <Page Up>, <Page Down>) and following commands:

Left mouse button Move cursor (**)
Middle mouse button Paste from clipboard
<Ctrl+Y>,<Ctrl+X> Cut line and copy it to "clipboard" (***)
<Ctrl+U>,<Ctrl+V> Undelete (paste) line from "clipboard" (***)
<Ctrl+C> Copy line to "clipboard" (***)
<Ctrl+Page Up> Goto top of file (**)
<Ctrl+Page Down> Goto end of file (**)
<Ctrl+Home> Page Left
<Ctrl+End> Page Right
<Ctrl+Left> Previous word
<Ctrl+Right> Next word
<F2> Submit form or save file (**)
<Tab> Goto next input field
<Shift+Tab> Goto previous input field
<Enter> Goto next input field or submit form (***)
<Esc> Exit editor and return to Arachne

(*)In this version, clipboard is only single-line, sorry
(**) Multi-line windows only
(***) Only in last single-line input field in form